home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / BOXES / THSTCBO2 / HCBTEST1.DFM / HCBTEST1.txt
Text File  |  1996-05-21  |  1KB  |  60 lines

  1. object frmTestHistoryComboBox: TfrmTestHistoryComboBox
  2.   Left = 456
  3.   Top = 178
  4.   Width = 281
  5.   Height = 191
  6.   Caption = 'HistoryComboBox - Test'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 10
  16.     Top = 96
  17.     Width = 249
  18.     Height = 55
  19.   end
  20.   object Label1: TLabel
  21.     Left = 18
  22.     Top = 101
  23.     Width = 232
  24.     Height = 13
  25.     Caption = 'Put in some Text in the above History-Combobox.'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 18
  29.     Top = 119
  30.     Width = 205
  31.     Height = 13
  32.     Caption = 'Read: Fills the Combobox from the Registry.'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 18
  36.     Top = 134
  37.     Width = 225
  38.     Height = 13
  39.     Caption = 'Write: Updates the Combobox and the Registry.'
  40.   end
  41.   object btRead: TButton
  42.     Left = 193
  43.     Top = 15
  44.     Width = 66
  45.     Height = 28
  46.     Caption = '&Read'
  47.     TabOrder = 0
  48.     OnClick = btReadClick
  49.   end
  50.   object btWrite: TButton
  51.     Left = 193
  52.     Top = 51
  53.     Width = 66
  54.     Height = 28
  55.     Caption = '&Write'
  56.     TabOrder = 1
  57.     OnClick = btWriteClick
  58.   end
  59. end
  60.